home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_300 / 359_11 / patch5.000 / EMU387_CRT0.S < prev    next >
Text File  |  1991-09-11  |  167b  |  17 lines

  1.  
  2. /*
  3. **    Special version for emu387 - acts like subroutine call
  4. */
  5.  
  6.     .text
  7.  
  8.     .globl    start
  9. start:
  10.     jmp    _main
  11.  
  12.     .data
  13.  
  14.     .globl    _environ
  15. _environ:
  16.     .long    0
  17.